yrashk / bpxe.rs

Business Process eXecution Engine
Apache License 2.0
36 stars 10 forks source link

Problem: wasm example setup is somewhat convoluted #22

Closed yrashk closed 3 years ago

yrashk commented 3 years ago

It requires bulding two versions of the wasm crate for bpxe.js, use of globals, etc.

Solution: switch to a simpler async wasm module initialization using Webpack 5