Add react-native support (#63)
Some checks failed
Publish / build (push) Waiting to run
Publish / publish-crate (push) Blocked by required conditions
Publish / publish-npm (push) Blocked by required conditions
Publish / publish-pypi (push) Blocked by required conditions
Check / build (push) Has been cancelled
Some checks failed
Publish / build (push) Waiting to run
Publish / publish-crate (push) Blocked by required conditions
Publish / publish-npm (push) Blocked by required conditions
Publish / publish-pypi (push) Blocked by required conditions
Check / build (push) Has been cancelled
Reviewed-on: https://home.schmelczer.dev/git/git/andras/reconcile/pulls/63
This commit is contained in:
parent
08e7d824f4
commit
a8fbac6934
10 changed files with 907 additions and 339 deletions
|
|
@ -80,6 +80,13 @@ console.log(result.text); // "Hi beautiful world"
|
|||
|
||||
See the [example website source](examples/website/src/index.ts) for a more complex example, or the [advanced examples document](docs/advanced-ts.md).
|
||||
|
||||
#### React Native (Hermes)
|
||||
|
||||
React Native's default engine, Hermes, does not expose a runtime `WebAssembly`
|
||||
global, so the WebAssembly build cannot run there. For React Native, the package
|
||||
ships a pure-JavaScript build produced by [Binaryen's `wasm2js`](https://github.com/WebAssembly/binaryen)
|
||||
via its `react-native` entry point.
|
||||
|
||||
### Python
|
||||
|
||||
Install via uv or pip:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue