{"id":19380018,"url":"https://github.com/hisano/wasm-interpreter-on-java","last_synced_at":"2025-04-23T19:33:13.554Z","repository":{"id":92155471,"uuid":"486932408","full_name":"hisano/wasm-interpreter-on-java","owner":"hisano","description":"WebAssembly Interpreter written in Java (Java 8, Pure Java, No library dependencies)","archived":false,"fork":false,"pushed_at":"2024-02-06T09:50:25.000Z","size":487,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T19:42:12.389Z","etag":null,"topics":["interpreter","java","java8","purejava","wasm","webassembly"],"latest_commit_sha":null,"homepage":"","language":"WebAssembly","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hisano.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-29T10:34:53.000Z","updated_at":"2025-02-26T04:17:28.000Z","dependencies_parsed_at":"2024-11-10T09:12:14.433Z","dependency_job_id":"895eb9e2-7afb-457f-bf15-373db5948376","html_url":"https://github.com/hisano/wasm-interpreter-on-java","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hisano%2Fwasm-interpreter-on-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hisano%2Fwasm-interpreter-on-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hisano%2Fwasm-interpreter-on-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hisano%2Fwasm-interpreter-on-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hisano","download_url":"https://codeload.github.com/hisano/wasm-interpreter-on-java/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250499939,"owners_count":21440718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["interpreter","java","java8","purejava","wasm","webassembly"],"created_at":"2024-11-10T09:12:03.873Z","updated_at":"2025-04-23T19:33:12.845Z","avatar_url":"https://github.com/hisano.png","language":"WebAssembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebAssembly Interpreter on Java\n\nWebAssembly Interpreter written in Java (Java 8, Pure Java, No library dependencies)\n\n## Features (under development)\n\n* Pure Java\n* No library dependencies\n* `wasm` file support\n* Integer operations\n* Control flow\n* Functions\n* Linear memory\n \n## Example\n\n```java\n    byte[] wasmFileContent = Files.toByteArray(new File(\"add.wasm\"));\n    int result = new Interpreter(wasmFileContent).invoke(\"add\", 1, 2);\n    System.out.println(\"1 + 2 = \" + result);\n```\n\n## How to build\n\n```sh\n$ ./mvnw install\n```\n\n## License\n\nApache License Version 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhisano%2Fwasm-interpreter-on-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhisano%2Fwasm-interpreter-on-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhisano%2Fwasm-interpreter-on-java/lists"}