-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve docs #24
Comments
Would be really interested in seeing wasm examples :-) |
@arj03, you can check out the p2panda project were we ..
|
I finally tidied up the wasm stuff in this repo and published it to NPM as @bamboo-logs/bamboo-wasm Slight aside: I built it for node (and I've tested it working there) but I'm not sure if that's gonna be a pain to bundle it for a browser. I started writing @bamboo-logs/bamboo-log that will wrap this module. But it's not done. |
Fantastic @pietgeursen. Really like the progress here. I'm pretty busy atm, so mostly just checking how this is coming along. Might run a few tests once bamboo-log is in place. |
We've been just experimenting with this and its relatively easy when using the In The cool thing about this is that you don't need any Bundler at all anymore, you can just import the library and use it directly in modern browsers. But I don't think this needs to be a requirement for the bamboo lib? The WebPack |
Thanks so much for that @adzialocha! I was wondering if |
The text was updated successfully, but these errors were encountered: