wormhole/sdk/js-wasm
Chirantan Ekbote 12459c4a2a Add a wormhole go sdk
The wormhole sdk is a new go module in the sdk/ directory.  This
initially contains the *_consts.go files from the common package in the
top-level sdk package and the entire vaa package as a sub-package.

For go reasons this needs to be in the sdk directory itself (rather than
a sdk/go subdir).  To prevent the go tooling from looking into the other
non-go subdirs, add an empty go.mod file in each one.  See
golang issue 42965 for more details on why we can't have nice
things (I'm deliberately not linking to stop github from spamming that
issue).
2022-09-15 14:35:46 +01:00
..
scripts sdk/js: publish separate wasm package 2022-07-13 10:04:23 -04:00
src sdk/js: publish separate wasm package 2022-07-13 10:04:23 -04:00
.gitignore sdk/js: publish separate wasm package 2022-07-13 10:04:23 -04:00
LICENSE sdk/js: publish separate wasm package 2022-07-13 10:04:23 -04:00
README.md sdk/js: publish separate wasm package 2022-07-13 10:04:23 -04:00
go.mod Add a wormhole go sdk 2022-09-15 14:35:46 +01:00
package-lock.json sdk/js: publish separate wasm package 2022-07-13 10:04:23 -04:00
package.json sdk/js-proto-* - bump version to 0.0.5 (#1569) 2022-09-14 04:33:11 -05:00
tsconfig-cjs.json sdk/js: publish separate wasm package 2022-07-13 10:04:23 -04:00
tsconfig.json sdk/js: publish separate wasm package 2022-07-13 10:04:23 -04:00

README.md

Wormhole SDK WebAssembly

WebAssembly libraries for interacting with Wormhole

Note: This code is generated by wasm-pack for both --target bundler and --target nodejs

By default, this loads the bundler wasm libraries. Use setDefaultWasm("node") if you need the node ones.